home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK2.toast / Development Kits (Disc 2) / Word Services SDK 1.0.8 / Writeswell Jr 1.2.3 Sources ƒ / Library Source / SearchForApp.h < prev    next >
Encoding:
Text File  |  1997-01-18  |  535 b   |  16 lines  |  [TEXT/CWIE]

  1. /* SearchForApp.h
  2.  * Search for an app with a given creator code.  Also code to launch it.
  3.  * Copyright ©1997 Michael D. Crawford.  All Rights Reserved.
  4.  * You may use this code on the condition that you read the following web page:
  5.  * http://www.webcom.com/wordserv/
  6.  * 18 Jan 97 Mike Crawford crawford@scruznet.com
  7.  */
  8.  
  9. OSErr LaunchTheApp( FSSpecPtr specPtr );
  10. OSErr SearchVolForBrowser( short vRef,
  11.                             Boolean *gotItPtr,
  12.                             OSType **creators,
  13.                             short numCreators,
  14.                             FSSpecPtr specPtr,
  15.                             OSType *creatorPtr );
  16.